Skip to content

UNST-9752: sleep before running tests#741

Open
mihai-pricope wants to merge 1 commit intomainfrom
fm/task/UNST-9752_sleep_before_tests
Open

UNST-9752: sleep before running tests#741
mihai-pricope wants to merge 1 commit intomainfrom
fm/task/UNST-9752_sleep_before_tests

Conversation

@mihai-pricope
Copy link
Copy Markdown
Contributor

@mihai-pricope mihai-pricope commented Mar 26, 2026

What was done

Trying to prevent windows antivirus blocking the file.
This can be a possible cause of:

2026-03-18 10:04:22,273 [DEBUG  ] : #### ERROR: dimr initialize ABORT: Cannot load component library "dflowfm.dll". Return code: 998
2026-03-18 10:04:22,273 [DEBUG  ] : Dimr [2026-03-18 10:04:22.180] #0 >> Cannot load component library "dflowfm.dll". Return code: 998

Evidence of the work done

  • Video/figures
    <add video/figures if applicable>
  • Clear from the issue description
  • Not applicable

Tests

  • Tests updated
    <add testcase numbers if applicable, Issue number>
  • Not applicable

Documentation

  • Documentation updated
    <add description of changes if applicable, Issue number>
  • Not applicable

Issue link

https://issuetracker.deltares.nl/browse/UNST-9752

Trying to prevent windows antivirus blocking the file

robocopy "temp_extract/x64" ${'$'}dest /E /XC /XN /XO

Start-Sleep -Seconds 3
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to copilot the Expand-Archive is synchronous. robocopy is also synchronous (it returns when finished copying). Why do you think this will fix the parallel problem?

Copy link
Copy Markdown
Contributor

@matthijs-deltares matthijs-deltares left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed with @mihai-pricope, this will be a bit of trail and error. We suspect that this might need to be reverted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants